    /**
 * Reset some basic elements
 */
    
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    hr,
    dl,
    dd,
    ol,
    ul,
    figure,
    html {
        max-width: 100vw;
        margin: 0;
        padding: 0;
        font-family: 'Josefin Sans', sans-serif !important;
    }
    /**
  * Basic styling
  */
    
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    body {
        font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #111;
        background-color: #fdfdfd;
        -webkit-text-size-adjust: 100%;
        -webkit-font-feature-settings: "kern" 1;
        -moz-font-feature-settings: "kern" 1;
        -o-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        font-kerning: normal;
    }
    /**
  * Set `margin-bottom` to maintain vertical rhythm
  */
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    ul,
    ol,
    dl,
    figure,
    .highlight {
        margin-bottom: 15px;
    }
    /**
  * Images
  */
    
    img {
        max-width: 100%;
        vertical-align: middle;
    }
    /**
  * Figures
  */
    
    figure>img {
        display: block;
    }
    
    figcaption {
        font-size: 14px;
    }
    /**
  * Lists
  */
    
    ul,
    ol {
        margin-left: 30px;
    }
    
    li>ul,
    li>ol {
        margin-bottom: 0;
    }
    /**
  * Headings
  */
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 400;
    }
    /**
  * Links
  */
    
    a {
        color: #2a7ae2;
        text-decoration: none;
    }
    
    a:hover {
        color: #111;
        text-decoration: underline;
    }
    /**
  * Blockquotes
  */
    
    blockquote {
        color: #828282;
        border-left: 4px solid #e8e8e8;
        padding-left: 15px;
        font-size: 18px;
        letter-spacing: -1px;
        font-style: italic;
    }
    
    blockquote> :last-child {
        margin-bottom: 0;
    }
    /**
  * Code formatting
  */
    
    pre,
    code {
        font-size: 15px;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        background-color: #eef;
    }
    
    code {
        padding: 1px 5px;
    }
    
    pre {
        padding: 8px 12px;
        overflow-x: auto;
    }
    
    pre>code {
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
    /**
  * Wrapper
  */
    
    .wrapper {
        max-width: -webkit-calc(800px - (30px * 2));
        max-width: calc(800px - (30px * 2));
        margin-right: auto;
        margin-left: auto;
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .wrapPost {
        max-width: -webkit-calc(900px);
        max-width: calc(900px);
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .wrapperPost {
        max-width: -webkit-calc(800px - (5px * 2));
        max-width: calc(800px - (5px * 2));
        margin-right: auto;
        margin-left: auto;
        padding-right: 5px;
        padding-left: 5px;
    }
    
    @media screen and (max-width: 800px) {
        .wrapper {
            max-width: -webkit-calc(800px - (30px));
            max-width: calc(800px - (30px));
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    
    .nav {
        min-height: 50px;
        padding: .5rem 0;
        /*   text-justify: center; */
    }
    
    .post-nav {
        min-height: 35px;
        padding: 0 1rem 0rem 0rem;
        text-justify: center;
    }
    
    .post-nav a {
        color: #0C6454;
    }
    
    .post-nav ul,
    .nav ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    
    .post-nav ul li,
    .nav ul li {
        font-weight: 600;
    }
    
    .nav-item {
        text-justify: center;
        padding: 1em 0 0 0;
        justify-self: center;
    }
    
    .nav a {
        color: rgb(14, 13, 88);
        text-decoration: none;
    }
    
    .input-group {
        display: flex;
        flex-direction: row;
    }
    
    input#search {
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-bottom: 1px solid green;
        width: 18rem;
        height: 2em;
        padding: 0 0.4em;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        background-color: transparent;
    }
    
    .input-group-append span i {
        background-color: transparent;
        transform: translateX(-15px);
        height: 1.5em;
    }
    
    .search-results ul li:not(:last-child) {
        margin-bottom: 6px;
    }
    
    #date {
        margin-bottom: 0;
        margin-top: 3em;
    }
    
    .search-results ul li {
        padding: 5px 10px;
        line-height: normal;
    }
    
    .search-results-ul li a {
        color: #6e6666;
        font-size: 0.8em;
        font-weight: normal;
    }
    
     ::selection {
        color: white;
        background: #60c17d;
    }
    
    element {
        display: none;
    }
    
    .search-results {
        display: none;
        width: 100%;
        z-index: 1;
    }
    
    .search-results ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .card {
        position: relative;
        transform: translateX(-50px);
    }
    
    [class*="shadow"] {
        transition: all 0.15s ease;
    }
    
    .shadow,
    .profile-page .card-profile .card-profile-image img {
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
    }
    
    .border-top-0 {
        border-top: 0 !important;
    }
    
    .border {
        border: .0625rem solid #e9ecef !important;
        border-top-color: rgb(233, 236, 239);
        border-top-style: solid;
        border-top-width: 0.0625rem;
    }
    
    .input-group {
        box-shadow: none;
        border-radius: .25rem;
        transition: all 0.15s ease;
    }
    
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 15rem;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: .0625rem solid rgba(0, 0, 0, 0.05);
        border-radius: .25rem;
        font-size: 1rem;
    }
    
    .position-absolute {
        position: absolute !important;
    }
    
    .search-results ol {
        list-style: none;
    }
    
    .search-results ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .card {
        position: relative;
    }
    
    .shadow,
    .profile-page .card-profile .card-profile-image img {
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
    }
    
    .border-top-0 {
        border-top: 0 !important;
    }
    
    .border {
        border: .0625rem solid #e9ecef !important;
        border-top-color: rgb(233, 236, 239);
        border-top-style: solid;
        border-top-width: 0.0625rem;
    }
    
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: .0625rem solid rgba(0, 0, 0, 0.05);
        border-radius: .25rem;
    }
    
    .navbar-nav .nav-item {
        margin-right: .5rem;
    }
    
    .position-relative {
        position: relative !important;
    }
    
    .search {
        margin-right: 1em;
        margin-top: 1em;
        /*  padding-right: 9em; */
    }
    /**
  * Clearfix
  */
    
    .mbtablestyle {
        border-collapse: collapse;
        border-spacing: 0;
        overflow-x: auto;
    }
    
    .mbtablestyle table,
    .mbtablestyle td,
    .mbtablestyle th {
        overflow: scroll;
        border: 1px solid #121212;
        padding: 1em;
        color: #343a40;
        font-weight: normal;
    }
    
    .wrapper:after,
    .footer-col-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }
    /**
  * Icons
  */
    
    .icon>svg {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }
    
    .icon>svg path {
        fill: #828282;
    }
    /**
  * Site header
  */
    
    .site-header {
        height: 300px;
        position: relative;
        background-color: #0C6454;
        max-width: 100vw;
    }
    
    .site-title {
        display: inline-block;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        color: #05668d;
    }
    
    .site-nav {
        background-color: white;
    }
    
    .site-nav ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    
    .site-nav .menu-icon {
        display: none;
    }
    
    .site-nav .page-link {
        color: #111;
        line-height: 1.5;
    }
    /**
  * Site footer
  */
    
    .site-footer {
        padding: 30px 0;
    }
    
    .site-footer a {
        color: #0c6454;
    }
    
    .footer-heading h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    h3.footer-heading {
        margin-bottom: 0.5em;
        color: #111;
    }
    
    .contact-list,
    .social-media-list {
        list-style: none;
        margin-left: 0;
    }
    
    .footer-col-wrapper {
        font-size: 15px;
        color: #463f3a;
        margin-left: -15px;
    }
    
    .footer-col {
        float: left;
        padding-left: 15px;
    }
    
    .footer-col-2 a {
        font-size: 1.2rem;
        color: #0649AF
    }
    
    .footer-col-1 {
        width: -webkit-calc(35% - (30px / 2));
        width: calc(35% - (30px / 2));
    }
    
    .footer-col-2 {
        width: -webkit-calc(20% - (30px / 2));
        width: calc(20% - (30px / 2));
    }
    
    .footer-col-3 {
        width: -webkit-calc(45% - (30px / 2));
        width: calc(45% - (30px / 2));
    }
    
    @media screen and (max-width: 800px) {
        .footer-col-1,
        .footer-col-2 {
            width: -webkit-calc(50% - (30px / 2));
            width: calc(50% - (30px / 2));
        }
        .footer-col-3 {
            width: -webkit-calc(100% - (30px / 2));
            width: calc(100% - (30px / 2));
        }
    }
    
    @media screen and (max-width: 600px) {
        .footer-col {
            float: none;
            width: -webkit-calc(100% - (30px / 2));
            width: calc(100% - (30px / 2));
        }
    }
    /**
  * Page content
  */
    
    .output,
    .output code {
        background-color: white;
    }
    
    .post {
        overflow: overlay;
        padding: 1em;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    
    .card-title {
        color: rgb(6, 73, 175);
        text-justify: left !important;
        text-align: left;
        font-weight: bold;
    }
    
    ul {
        list-style-image: url('/assets/images/plasmid.png');
    }
    
    li {
        padding-top: -1.3em
    }
    
    .bold {
        font-weight: 600;
    }
    
    .latest-posts {
        padding: 2px 10px;
        text-shadow: 6px 0px 6px rgba(255, 167, 94, 0.842), -6px 0px 6px rgba(255, 167, 94, 0.842), 12px 0px 12px rgba(255, 167, 94, 0.842), -12px 0px 12px rgba(255, 167, 94, 0.842);
    }
    
    article a:not(.share-buttons a) {
        text-shadow: 6px 0px 6px rgba(255, 167, 94, 0.842), -6px 0px 6px rgba(255, 167, 94, 0.842), 12px 0px 12px rgba(255, 167, 94, 0.842), -12px 0px 12px rgba(255, 167, 94, 0.842);
        color: #121212;
        padding: 0.1em;
        border-radius: 10%;
    }
    
    article h3 {
        color: rgb(105, 163, 214);
    }
    
    article h4 {
        line-height: 1.2;
        color: rgb(72, 156, 128);
    }
    
    .page-content {
        padding: 30px 0;
    }
    
    .page-heading {
        font-size: 20px;
    }
    
    .home-container {
        display: flex;
        flex-direction: column;
    }
    
    .post-list {
        margin-left: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .post-list hr {
        width: 60%;
        margin-top: 3.5em;
        color: rgb(173, 173, 173);
        opacity: 0.5;
    }
    
    .related-posts {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    
    h2.section-title {
        display: flex;
        justify-content: start;
        align-content: center;
        padding-left: 1.5em;
        font-weight: bold;
        color: #024b68;
    }
    
    h2.section-title span {
        padding: 0 0.25em
    }
    
    .flex {
        display: flex;
    }
    
    .wrap {
        flex-wrap: wrap;
    }
    
    .post-card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        margin: 1em;
        background-color: white;
        overflow: hidden;
        width: 300px;
    }
    
    .post-card:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }
    
    .card-body h3 {
        margin-bottom: 2px;
        display: inline-block;
    }
    
    .card-header {
        height: 12rem;
    }
    
    .card-header a {
        color: white;
        font-weight: 800;
        font-size: 90%;
    }
    
    .post-meta {
        font-size: 1.1rem;
        color: #463f3a;
    }
    
    .post-date {
        float: right;
        display: block;
        padding-top: 0.5rem;
    }
    
    .post-link {
        display: block;
        font-size: 20px;
        text-align: center;
        text-justify: center;
    }
    
    h3 a {
        color: #0649AF;
        margin-block-start: 2.33em;
        margin-block-end: 2.33em;
        margin-inline-start: 1em;
        font-size: 1.66667rem;
        margin-inline-end: 1em;
    }
    /**
  * Posts
  */
    
    .post-header {
        margin-bottom: 30px;
    }
    
    .card-body {
        padding: 0.3em 1em 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    
    .post-title {
        text-align: center;
        font-weight: 800;
        letter-spacing: 2px;
        color: #121212;
        line-height: 1;
        font-size: 350%;
        margin-top: 4rem;
    }
    
    .post-list .card-body {
        width: 60%;
    }
    
    @media screen and (max-width: 800px) {
        .post-card {
            width: 450px;
            font-size: 130%;
        }
    }
    
    .post-content {
        margin-bottom: 30px;
    }
    
    .post-content h2 {
        font-size: 32px;
    }
    
    @media screen and (max-width: 800px) {
        .post-content h2 {
            font-size: 28px;
        }
    }
    
    .post-content h3 {
        font-size: 26px;
    }
    
    @media screen and (max-width: 800px) {
        .post-content h3 {
            font-size: 22px;
        }
    }
    
    .post-content h4 {
        font-size: 20px;
    }
    
    @media screen and (max-width: 800px) {
        .post-content h4 {
            font-size: 18px;
        }
    }
    
    .post-footer {
        padding: 2rem;
        width: 100%;
    }
    
    .post-footer hr {
        width: 40%;
    }
    
    .post-footer h4 {
        font-weight: bold;
    }
    
    .post-footer header {
        margin: 2em;
    }
    
    @media screen and (max-width:800px) {
        .post-footer .related-posts {
            display: flex;
            justify-content: center;
            align-content: center;
        }
        .post-footer .post-card {
            width: 300px
        }
    }
    
    .no-highlight {
        text-shadow: none !important;
    }
    /**
  * Syntax highlighting styles
  */
    
    .highlight {
        background: #fff;
    }
    
    .highlighter-rouge .highlight {
        background: #eef;
    }
    
    .highlight .c {
        color: #998;
        font-style: italic;
    }
    
    .highlight .err {
        color: #a61717;
        background-color: #e3d2d2;
    }
    
    .highlight .k {
        font-weight: bold;
    }
    
    .highlight .o {
        font-weight: bold;
    }
    
    .highlight .cm {
        color: #998;
        font-style: italic;
    }
    
    .highlight .cp {
        color: #999;
        font-weight: bold;
    }
    
    .highlight .c1 {
        color: #998;
        font-style: italic;
    }
    
    .highlight .cs {
        color: #999;
        font-weight: bold;
        font-style: italic;
    }
    
    .highlight .gd {
        color: #000;
        background-color: #fdd;
    }
    
    .highlight .gd .x {
        color: #000;
        background-color: #faa;
    }
    
    .highlight .ge {
        font-style: italic;
    }
    
    .highlight .gr {
        color: #a00;
    }
    
    .highlight .gh {
        color: #999;
    }
    
    .highlight .gi {
        color: #000;
        background-color: #dfd;
    }
    
    .highlight .gi .x {
        color: #000;
        background-color: #afa;
    }
    
    .highlight .go {
        color: #888;
    }
    
    .highlight .gp {
        color: #555;
    }
    
    .highlight .gs {
        font-weight: bold;
    }
    
    .highlight .gu {
        color: #aaa;
    }
    
    .highlight .gt {
        color: #a00;
    }
    
    .highlight .kc {
        font-weight: bold;
    }
    
    .highlight .kd {
        font-weight: bold;
    }
    
    .highlight .kp {
        font-weight: bold;
    }
    
    .highlight .kr {
        font-weight: bold;
    }
    
    .highlight .kt {
        color: #458;
        font-weight: bold;
    }
    
    .highlight .m {
        color: #099;
    }
    
    .highlight .s {
        color: #d14;
    }
    
    .highlight .na {
        color: #008080;
    }
    
    .highlight .nb {
        color: #0086B3;
    }
    
    .highlight .nc {
        color: #458;
        font-weight: bold;
    }
    
    .highlight .no {
        color: #008080;
    }
    
    .highlight .ni {
        color: #800080;
    }
    
    .highlight .ne {
        color: #900;
        font-weight: bold;
    }
    
    .highlight .nf {
        color: #900;
        font-weight: bold;
    }
    
    .highlight .nn {
        color: #555;
    }
    
    .highlight .nt {
        color: #000080;
    }
    
    .highlight .nv {
        color: #008080;
    }
    
    .highlight .ow {
        font-weight: bold;
    }
    
    .highlight .w {
        color: #bbb;
    }
    
    .highlight .mf {
        color: #099;
    }
    
    .highlight .mh {
        color: #099;
    }
    
    .highlight .mi {
        color: #099;
    }
    
    .highlight .mo {
        color: #099;
    }
    
    .highlight .sb {
        color: #d14;
    }
    
    .highlight .sc {
        color: #d14;
    }
    
    .highlight .sd {
        color: #d14;
    }
    
    .highlight .s2 {
        color: #d14;
    }
    
    .highlight .se {
        color: #d14;
    }
    
    .highlight .sh {
        color: #d14;
    }
    
    .highlight .si {
        color: #d14;
    }
    
    .highlight .sx {
        color: #d14;
    }
    
    .highlight .sr {
        color: #009926;
    }
    
    .highlight .s1 {
        color: #d14;
    }
    
    .highlight .ss {
        color: #990073;
    }
    
    .highlight .bp {
        color: #999;
    }
    
    .highlight .vc {
        color: #008080;
    }
    
    .highlight .vg {
        color: #008080;
    }
    
    .highlight .vi {
        color: #008080;
    }
    
    .highlight .il {
        color: #099;
    }
    
    .head-wrap {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        background-color: #0C6454;
        flex-direction: column;
        text-align: center;
        text-justify: center;
        height: 300px;
    }
    
    .site-hero {
        text-align: center;
        text-justify: center;
        color: white;
        font-weight: 600;
        font-size: 250%;
        letter-spacing: 7px;
    }
    
    .header-subtitle {
        font-size: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        color: white;
        letter-spacing: 3px;
    }
    
    @media screen and (max-width:470px) {
        .site-hero {
            text-align: center;
            text-justify: center;
            color: white;
            font-weight: 600;
            font-size: 180%;
        }
        .header-subtitle {
            font-size: 100%;
            display: flex;
            justify-content: center;
            align-content: center;
            color: white;
            letter-spacing: 1px;
        }
        .head-wrap {
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: wrap;
            color: white;
            margin-top: 20px;
            flex-direction: column;
            text-align: center;
            text-justify: center;
        }
    }
    
    #wave-container {
        width: 100%;
        height: 100px;
        overflow: hidden;
    }
    
    #wave {
        display: block;
        position: relative;
        height: 40px;
        background: #0C6454;
    }
    
    #wave:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 300px;
        background-color: #fdfdfd;
        right: -25%;
        top: 20px
    }
    
    #wave:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 300px;
        background-color: #0C6454;
        left: -25%;
        top: -240px;
    }
    
    .about-image {
        border-radius: 86%;
        border: 1px solid rgba(255, 68, 0, 0.61);
        height: 5em;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    /**
  * Pagination
  */
    
    .pagination {
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 1em;
        font-size: 20px;
    }
    
    .pagination em {
        font-size: 25px;
        color: rgb(0, 72, 179);
    }
    
    .pagination span {
        color: rgb(0, 72, 179);
    }
    
    .about {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        transition: 0.3s;
        padding: 1em;
        margin-top: -1.6em;
    }
    
    .contact {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        transition: 0.3s;
        padding: 1em;
        margin-top: 2em;
    }
    
    .contact-links {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }
    
    .contact img {
        color: white;
    }
    /* Share buttons */
    
    .sharebuttons {
        margin: 0 auto 1em auto;
    }
    
    .sharebuttons ul {
        margin: 20px 0 20px 0;
        text-align: center;
    }
    
    .sharebuttons ul li {
        display: inline;
    }
    
    .sharebuttons ul li a {
        text-decoration: none;
    }
    
    .sharebuttons ul li svg {
        width: 20px;
        height: 20px;
    }
    
    .reddit {
        color: #FF4500;
    }
    
    .sharebuttons .twitter {
        color: #1DA1F2;
    }
    
    .sharebuttons .linkedin {
        color: #0077B5;
    }
    
    .sharebuttons hr {
        margin-bottom: 1em;
    }
    
    .inspiration-projects {
        display: flex;
        justify-content: space-around;
        align-content: space-around;
        flex-wrap: wrap;
    }
    
    .inspiration-projects ul {
        list-style: none;
    }
    
    .inspiration-projects ul li a {
        color: rgb(128, 107, 126);
    }
    
    .inspiration-projects ul li {
        padding-right: 1em;
    }
    
    .section-title {
        font-weight: bold;
        justify-content: center;
        align-content: center;
    }
    
    a {
        color: #0c6454;
    }
    
    h2.section-title a {
        color: #0C6454;
    }
    
    .h2-img {
        height: 5%;
        width: 5%;
    }
    
    .project-link {
        padding-top: 1em;
        color: blue;
    }
    
    .project-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .project-source {
        text-align: center;
        text-justify: center;
        color: steelblue;
        font-weight: 700;
    }
    
    .coming-soon {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    
    @media screen and (max-width:500px) {
        input#search {
            width: 10rem
        }
    }
    /* Share Bar */
    
    #share-bar {
        font-size: 20px;
    }
    /* Title */
    
    #share-bar h4 {
        margin-bottom: 10px;
        font-weight: 500;
    }
    /* All buttons */
    
    .share-buttons {}
    /* Each button */
    
    .share-button {
        margin: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        border: 1px solid #D3D6D2;
        padding: 5px 10px 5px 10px;
    }
    
    .share-button:hover {
        opacity: 1;
        color: #ffffff;
    }
    /* Facebook button */
    
    .fa-facebook-official {
        color: #3b5998;
    }
    
    .fa-facebook-official:hover {
        background-color: #3b5998;
    }
    /* Twitter button */
    
    .fa-twitter {
        color: #55acee;
    }
    
    .fa-twitter:hover {
        background-color: #55acee;
    }
    /* Google-PLus button */
    
    .fa-google-plus {
        color: #dd4b39;
    }
    
    .fa-google-plus:hover {
        background-color: #dd4b39;
    }
    /* Pinterest button */
    
    .fa-pinterest-p {
        color: #cb2027;
    }
    
    .fa-pinterest-p:hover {
        background-color: #cb2027;
    }
    /* Tumblr button */
    
    .fa-tumblr {
        color: #32506d;
    }
    
    .fa-tumblr:hover {
        background-color: #32506d;
    }
    /* Reddit button */
    
    .fa-reddit-alien {
        color: #ff4500;
    }
    
    .fa-reddit-alien:hover {
        background-color: #ff4500;
    }
    /* LinkedIn button */
    
    .fa-linkedin {
        color: #007bb5;
    }
    
    .fa-linkedin:hover {
        background-color: #007bb5;
    }
    /* Email button */
    
    .fa-envelope {
        color: #444444;
    }
    
    .fa-envelope:hover {
        background-color: #444444;
    }

    .center-image{
       display:flex;
       justify-content: center;
       align-items: center;
    }


    .m-1{
        margin-bottom: 1em;
    }